GDK W32: Make sure drag source window is not NULL
authorРуслан Ижбулатов <lrn1986@gmail.com>
Sun, 26 Nov 2017 13:10:44 +0000 (13:10 +0000)
committerРуслан Ижбулатов <lrn1986@gmail.com>
Sat, 2 Dec 2017 10:38:41 +0000 (10:38 +0000)
commitc89c19d2f982331c035a479ac5ffc2900f5aa71a
treebfc390326aeae454b49773794562bb488726ef44
parentf0d04f82f8c2835b9c062bb72fa4409328c4c9ed
GDK W32: Make sure drag source window is not NULL

This prevents GTK from throwing a bunch of warnings when it tries
to get drag source window -> screen of that window -> ipc widget for that screen,
and then tries to attach a signal handler to that widget.

Specifically, this happens when we get a DnD move from another
application.

https://bugzilla.gnome.org/show_bug.cgi?id=786509
gdk/win32/gdkdnd-win32.c